MPIMap
data class MPIMap( val id: String, val name: String, val shortName: String, val elevation: Double? = null, val scale: Double? = null, val x_scale: Double? = null, val _group: String)
Content copied to clipboard
MPIMaps represents one of the maps associated with a venue.
Example: map of the first floor at a given venue
Constructors
Types
Link copied to clipboard
data class MPICoordinate( val x: Double, val y: Double, val latitude: Double, val longitude: Double, val map: MPIMap)
Content copied to clipboard
MPICoordinate represents a Mappedin coordinate.
Functions
Link copied to clipboard
fun createCoordinate(latitude: Double, longitude: Double): MPIMap.MPICoordinate?
Content copied to clipboard
createCoordinate takes in a lat and lon and returns a Mappedin coordinate